Main Structure
ui: Nested R functions that assemble an HTML user interface for the app
server : A function with instructions on how to build and rebuild the R objects displayed in the UI
shinyApp : Combines ui and server into a functioning app
Save the template as app.R
a call to the shinyApp function